home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / DiceSource / src / editors / CED / rexx / OpenFile.ced < prev    next >
Encoding:
Text File  |  1995-12-24  |  501 b   |  23 lines

  1. /*
  2. **      $Id: OpenFile.ced,v 30.0 1994/06/10 18:06:06 dice Exp $
  3. **
  4. **      VMake integration.  Script for ASDG CygnusED Professional (tm).
  5. **
  6. */
  7. OPTIONS RESULTS
  8. 'STATUS PUBSCREENNAME'
  9. Screen = Result
  10.  
  11. /* Note that CED does not allow us to track a variable against the file */
  12. /* so we must assume only one copy of VMake is running at a time        */
  13. VPort = 'VMAKE.01'
  14.  
  15. IF ~show('p',vport) THEN
  16.    DO
  17.       'DM VMake is not currently active'
  18.       EXIT 0
  19.    END
  20.  
  21. ADDRESS VALUE vport
  22. 'Jump' Screen
  23.